home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / batsh153.zip / SAMPLE2.BSH < prev    next >
Text File  |  1995-02-09  |  400b  |  19 lines

  1. ; run and close file manager
  2. ; show drop feature
  3. ; show recursive call  
  4. wait off
  5. if not window 'File Manager' winfile
  6. show normal File Manager
  7. label waiting to drop a file
  8. wait drop
  9. show hide
  10. if %$INSTANCE%==2 goto skip
  11. batsh.exe sample2.bsh
  12. :skip
  13. message INFO
  14. The variable $DROP has now the name:
  15.       %$DROP%
  16. stored for further processing
  17. .click here to close this instance,10
  18.  
  19.